Skip to main content

IncidentEventPayloadState

No description

type IncidentEventPayloadState {
oldState: IncidentSchemaState!
newState: IncidentSchemaState!
}

Fields

IncidentEventPayloadState.oldState ● [IncidentSchemaState!](/Incidite GraphQL Docs/types/objects/incident-schema-state.mdx) non-null object

IncidentEventPayloadState.newState ● [IncidentSchemaState!](/Incidite GraphQL Docs/types/objects/incident-schema-state.mdx) non-null object

Implemented By

[IncidentEventPayload](/Incidite GraphQL Docs/types/unions/incident-event-payload.mdx) union